object FindRepForm: TFindRepForm Left = 205 Top = 185 BorderStyle = bsDialog Caption = 'Find and Replace' ClientHeight = 102 ClientWidth = 348 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object Label1: TLabel Left = 23 Top = 12 Width = 49 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Find What' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 6 Top = 37 Width = 65 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Replace With' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object FindEdit: TEdit Left = 78 Top = 8 Width = 176 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnChange = FindEditChange end object ReplaceEdit: TEdit Left = 78 Top = 35 Width = 176 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 end object Replacebtn: TButton Left = 263 Top = 7 Width = 82 Height = 23 Caption = 'Replace Here' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = ReplacebtnClick end object ReplaceAllbtn: TButton Left = 263 Top = 40 Width = 82 Height = 23 Caption = 'Replace All' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 OnClick = ReplaceAllbtnClick end object Cancelbtn: TButton Left = 263 Top = 75 Width = 82 Height = 23 Caption = 'Cancel' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 4 OnClick = CancelbtnClick end object CaseCheck: TCheckBox Left = 4 Top = 61 Width = 82 Height = 17 Caption = 'Match &Case' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 5 end object StartFrom: TCheckBox Left = 4 Top = 80 Width = 94 Height = 17 Caption = '&Start From Here' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 6 OnClick = StartFromClick end object DirectionRG: TRadioGroup Left = 98 Top = 56 Width = 157 Height = 42 Caption = 'Direction' Columns = 2 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemIndex = 0 Items.Strings = ( '&Forwards' '&Backwards') ParentFont = False TabOrder = 7 end end